SipClientSendResponseRequestPending Method (Request) |
Sends "Request Pending" response with status code 491.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Response SendResponseRequestPending(
Request request
)
Public Function SendResponseRequestPending (
request As Request
) As Response
Parameters
- request
- Type: Independentsoft.SipRequest
The received request.
Return Value
Type:
ResponseThe response sent.
See Also